Vcenter TrustedInfrastructure Kms Services CreateSpec

Vcenter TrustedInfrastructure Kms Services CreateSpec
Vcenter TrustedInfrastructure Kms Services CreateSpec

This schema is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The Vcenter TrustedInfrastructure Kms Services CreateSpec schema contains the data necessary for registering a Key Provider Service instance to the environment.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "address": {
        "hostname": "string",
        "port": 0
    },
    "trusted_ca": {
        "cert_chain": [
            "string"
        ]
    },
    "group": "string",
    "trust_authority_cluster": "string"
}
address
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The service's address.

This property was added in vSphere API 7.0.0.0.

trusted_ca
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The service's TLS certificate chain.

This property was added in vSphere API 7.0.0.0.

string
group
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The group determines the Attestation Service instances this Key Provider service can accept reports from.

This property was added in vSphere API 7.0.0.0.

string
trust_authority_cluster
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The cluster specifies the Trust Authority Cluster this Key Provider Service belongs to.

This property was added in vSphere API 7.0.0.0.